Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created ModelForm for Incident model, connected ModelForm to database #28

Merged
merged 4 commits into from
Jun 4, 2020

Conversation

AnthoniaOkafor
Copy link
Collaborator

@AnthoniaOkafor AnthoniaOkafor commented May 29, 2020

screencapture-usersapp

Description

This task is to create ModelForm from the Incident Model. In this task, I also updated the incident model and installed some dependencies which are listed below;
asgiref==3.2.7
astroid==2.4.1
beautifulsoup4==4.9.1
colorama==0.4.3
Django==3.0.6
django-bootstrap-datepicker-plus==3.0.5
django-bootstrap4==1.1.1
django-multiselectfield==0.1.12
djangorestframework==3.11.0
isort==4.3.21
lazy-object-proxy==1.4.3
mccabe==0.6.1
psycopg2==2.8.5
pylint==2.5.2
python-dotenv==0.13.0
pytz==2020.1
six==1.14.0
soupsieve==2.0.1
sqlparse==0.3.1
toml==0.10.1
wrapt==1.12.1
The dependencies can be installed by running the command;
pip install -r requirements.txt

All pull requests should be related to open issues. Indicate the issue(s) bellow and remove this line:
Fixes # (issue number 1) #23 #4 (issue number 2 if applicable)

How Has This Been Tested?

Please describe in detail how you tested your changes.
Include details of your testing environment, and the tests you ran to see how your change affects other areas of the code etc.

Screenshots (if applicable, else remove this line / section)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added necessary inline code documentation
  • I have added tests that prove my fix is effective and that this feature works
  • New and existing unit tests pass locally with my changes

@AnthoniaOkafor AnthoniaOkafor changed the title WIP - created ModelForm for Incident model, connected ModelForm to database Created ModelForm for Incident model, connected ModelForm to database Jun 2, 2020
@AnthoniaOkafor
Copy link
Collaborator Author

@happyjosh-tech , can you review this PR?

Copy link

@Akaypee Akaypee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect work, every requirement has been met, Merging should be allowed.

@happyjosh-tech happyjosh-tech merged commit 9f78cfd into develop Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants